From 725d336e6bcaebe67c5ee53cf182e37efeba072f Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Thu, 30 Oct 2003 18:15:13 +0000 Subject: [PATCH] bitkeeper revision 1.545 (3fa15531_S_9dzrhvLFbutEYRqDFkw) dom0_ops.c: Fix compile warning. --- xen/common/dom0_ops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/dom0_ops.c b/xen/common/dom0_ops.c index 1356583bdd..145e1febbe 100644 --- a/xen/common/dom0_ops.c +++ b/xen/common/dom0_ops.c @@ -310,6 +310,7 @@ long do_dom0_op(dom0_op_t *u_dom0_op) case DOM0_DEBUG: { + extern void pdb_do_debug(dom0_op_t *); pdb_do_debug(&op); copy_to_user(u_dom0_op, &op, sizeof(op)); ret = 0; -- 2.30.2